<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
&lt;!DOCTYPE html&gt;
&lt;html lang="en"&gt;
&lt;head&gt;
    &lt;meta charset="UTF-8"&gt;
    &lt;meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" /&gt;
    &lt;title&gt;404&lt;/title&gt;
    &lt;style&gt;
		#cnt404{ width:100%; margin:100px auto 0; overflow:hidden; text-align:center; padding:0; font-family:"å¾®è½¯é›…é»‘";}
		#cnt404_p1{ color: #151515; font-size: 28px; line-height: 42px; overflow: hidden; padding:0; margin:0;}
		#cnt404 a{ display: inline-block; width: 100px; height: 32px; line-height: 32px; text-align: center; margin-top: 19px; color: #ffffff; font-size: 14px; background: #58ac0c; border-radius: 3px; text-decoration:none; padding:0; margin:0;}
		
		#cnt404_p{ color: #666666; font-size: 18px; height: 42px; line-height: 42px; overflow: hidden; margin-top: 3px;}
		#cnt404_p i{ font-style: normal; color: #ff6600; }
    &lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;
    &lt;div id="cnt404"&gt; 
        &lt;p id="cnt404_p1"&gt;æŠ±æ­‰ï¼Œæ‚¨è®¿é—®çš„é¡µé¢ä¸å­˜åœ¨&lt;/p&gt;
        &lt;p id="cnt404_p"&gt;&lt;i id="mes"&gt;7&lt;/i&gt; ç§’åŽè¿”å›ž é¦–é¡µ&lt;/p&gt;
       &lt;a href="/"&gt;è¿”å›žé¦–é¡µ&lt;/a&gt;
    &lt;/div&gt;
    &lt;script language="javascript" type="text/javascript"&gt; 
		var i = 7; 
		var intervalid; 
		intervalid = setInterval("fun()", 1000); 
		function fun() { 
		if (i == 0) { 
			window.location.href = "/"; 
			clearInterval(intervalid); 
		} 
			document.getElementById("mes").innerHTML = i; 
			i--; 
		} 
	&lt;/script&gt;
&lt;/body&gt;
&lt;/html&gt;</pre></body></html>